All Questions
2 questions
2votes
1answer
538views
How to add closing XML tags with sed
I have the following example in the XML doc: <meta name=Originator content="text/html; charset=iso-8859-6"> <meta name=ProgId content=Word.Document> <meta name=Generator ...
1vote
2answers
348views
search and replace string
I have a XML tag for example <tag name="abc"></tag> I wanted to replace the string inside "" with the tag name i.e the upper XML tag should be become now <abc name="abc"></...